From 843ea8298c620e560903be04f99ecaa11f7655c9 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 17 Jul 2019 11:02:33 +0100 Subject: [PATCH] Fix dangling references to removed box-packing tests --- debian/patches/series | 1 + ...ling-references-to-box-packing-tests.patch | 26 +++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 debian/patches/testsuite-Remove-dangling-references-to-box-packing-tests.patch diff --git a/debian/patches/series b/debian/patches/series index 4eb58e1dc6..afdc10e7ce 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ reftest-known-fail.patch +testsuite-Remove-dangling-references-to-box-packing-tests.patch diff --git a/debian/patches/testsuite-Remove-dangling-references-to-box-packing-tests.patch b/debian/patches/testsuite-Remove-dangling-references-to-box-packing-tests.patch new file mode 100644 index 0000000000..df316cd93f --- /dev/null +++ b/debian/patches/testsuite-Remove-dangling-references-to-box-packing-tests.patch @@ -0,0 +1,26 @@ +From: Simon McVittie +Date: Wed, 17 Jul 2019 11:01:57 +0100 +Subject: testsuite: Remove dangling references to box-packing tests + +These were removed in commit c47abb5f, before 3.96.0. + +Signed-off-by: Simon McVittie +--- + testsuite/css/nodes/meson.build | 4 ---- + 1 file changed, 4 deletions(-) + +diff --git a/testsuite/css/nodes/meson.build b/testsuite/css/nodes/meson.build +index 67abd86..984cca6 100644 +--- a/testsuite/css/nodes/meson.build ++++ b/testsuite/css/nodes/meson.build +@@ -19,10 +19,6 @@ test('nodes', test_nodes, + test_data = [ + 'box.ltr.nodes', + 'box.ltr.ui', +- 'box-packing.ltr.nodes', +- 'box-packing.ltr.ui', +- 'box-packing.rtl.nodes', +- 'box-packing.rtl.ui', + 'box.rtl.nodes', + 'box.rtl.ui', + 'buttons.nodes', -- 2.30.2